Auto merge of #5512 - Eh2406:simplify_FeatureValue, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 10 May 2018 21:13:05 +0000 (21:13 +0000)
committerbors <bors@rust-lang.org>
Thu, 10 May 2018 21:13:05 +0000 (21:13 +0000)
commit1fd81a5a29b4d359e0647aa45b4fef7371b2c131
treea65db98ca4f544dbb9813de1a094081777ae3a42
parent13c258ecaefccaad88a173e8b8dc8517db9e8aad
parentea053e357b30fc2464266c309619eb612a6a4cfd
Auto merge of #5512 - Eh2406:simplify_FeatureValue, r=alexcrichton

simplify build_requirements

use InternedString's ability to be a &'static str to appease the borrow checker

This "slight workaround" was added in #5270. So @djc does this still look correct and an improvement?